HMActionSet PRO
HMActionSet is a HomeKit scene — a named bundle of characteristic write actions executed atomically.
There are two kinds:
- User-defined scenes you create via
home.addUserActionSet(name), then populate withaddCharacteristicAction(...). - System scenes (
wakeUp,sleep,homeArrival,homeDeparture) that Apple maintains automatically. You can read them viahome.builtinActionSets()and execute them, but not modify their actions.
Properties
Building a scene
Remove individual actions with removeCharacteristicAction(characteristic), or remove the whole scene with home.removeActionSet(movie).
